home *** CD-ROM | disk | FTP | other *** search
- @echo off
- clr
- set ZDSELECT=
- zd a:*.zip /sel /fo
- if "%ZDSELECT%"=="" goto DONE
- if errorlevel 5 goto DONE
- if errorlevel 4 goto DONE
- if errorlevel 3 goto DONE
- if errorlevel 2 goto DONE
- if errorlevel 1 goto DONE
- echo creating %ZDSELECT% directory
- mkdir %ZDSELECT%
- cd %ZDSELECT%
- pkunzip a:%ZDSELECT%
- clr
- :DONE
- set ZDSELECT=
- dir
-
-